body {
  font-family: 'Libre Baskerville', serif;
  /*font-family: 'Roboto';*/
  font-size: 14px;
  background: #EFEFEF;
}

.site-wrapper {
  max-width: 1450px;
  margin: auto;
  background: #F3F6F8;
  overflow: hidden;
}

header {
  background: #FFFFFF;
}

header .header-top {
  background: black;
  color: white;
  padding: 10px 0;
}

header .header-top a {
  color: inherit;
}

img {
  max-width: 100%;
}

header .header-top .nav-util li {
  display: inline-block;
}

header .header-top .nav-util li a {
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
}

header .header-top .nav-util li a:hover, header .header-top .nav-util li a:active, header .header-top .nav-util li a:focus {
  text-decoration: underline;
}

header .dropdown-menu {
  color: black;
}

header .header-bottom {
  padding: 15px 0;
}

header .header-bottom .nav-list li.nav-header a img {
  max-width: 100% !important;
}
.social-icons a i {
  font-size:18px; 
}
.fifty-responsive {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.fifty-responsive.pad20 {
  padding: 20px;
}

@media (max-width: 767px) {
  .fifty-responsive {width: 100%;}
}

@media (min-width: 768px) {

  .vip-card-president {
    width: 100%; 
  }
  header .header-bottom .nav-list > li > a {
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    color: #131619;
    background: none !important;
  }

  header .header-bottom .nav-list li a:hover, header .header-bottom .nav-list li a:focus, header .header-bottom .nav-list li a:active {
    color: black;
  }

  header .header-bottom .nav-list > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  header .header-bottom .nav-list > li.dropdown-submenu > a {
    position: relative;
    /*padding-right:23px;*/
  }

  /*header .header-bottom .nav-list > li.dropdown-submenu > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.9" height="7.3" viewBox="0 0 10.9 7.3"><style>.st0{fill:none;stroke:#50E1CD;stroke-width:2;stroke-miterlimit:10;}</style><path class="st0" d="M10.1.7L5.4 5.9.7.7"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;

}*/

  header .header-bottom .nav-list li:hover > ul {
    display: block;
  }

  header .header-bottom .nav-list > li > ul {
    top: calc(100% - 2px);
  }

  header .header-bottom .nav-list li li {
    position: relative;
  }

  header .header-bottom .nav-list li li ul {
    left: 100%;
    top: 0;
  }

  header .header-bottom .nav-list li.nav-header a {
    max-width: 60px;
  }

  header .header-bottom .nav-list li.nav-header a.store-name {
    max-width: 225px;
  }
  .BlogPost.container:first-child { border-right: 1px solid #d4d4d4; }
}



header .header-bottom .search-wrapper {
  position: relative;
  height:40px;
}

header .header-bottom .search-wrapper .ControlHeader {
  display: none;
}

header .header-bottom .search-wrapper .ControlInput {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow:none;
  border-radius:0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 0;
  border: 0;
  border-bottom: 2px solid black;
  padding-left: 3px;
  padding-right: 25px;
  padding-top: 9px;
  outline: 0 !important;
  color:  black;
  font-size: 18px;
  font-weight: 900;
}

header .header-bottom .search-wrapper .ControlInput::-webkit-input-placeholder {
  color:  black;
  font-size: 18px;
  font-weight: 900;
}

header .header-bottom .search-wrapper .ControlInput:-moz-placeholder {
  color:  black;
  font-size: 18px;
  font-weight: 900;
}

header .header-bottom .search-wrapper .ControlInput::-moz-placeholder {
  color:  black;
  font-size: 18px;
  font-weight: 900;
}

header .header-bottom .search-wrapper .ControlInput:-ms-input-placeholder {  
  color:  black;
  font-size: 18px;
  font-weight: 900;
}

header .header-bottom .search-wrapper .btn {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 0;
  border: 0;
  z-index: 2;
  background-image: url('/Shared/Themes/MARCH2018 [clone 636722797491814421]/images/search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  font-size: 0;
  background-color: transparent;
}

.Slideshow { position: relative; }
.SlideList, Slide { margin: 0; padding: 0; list-style: none; }
.Slide { overflow: hidden; }
.SlideshowButtons { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus { outline: none; }
.SlideshowPrevious { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink { color: #fff; padding: 5px; display: block; }

.SlideshowButtonLink {
  height: 20px;
  border: 3px solid white !important;
  border-radius: 20px;
  width: 20px;
  font-size: 0;
  background: transparent !important;
  color: transparent;
  padding: 0;
}

.SlideshowButtonLinkCurrent {
  background: white !important;
}

.SlideshowButtons {
  left: 35px !important;
  bottom: 10px !important;
}

body.Default .product-list:nth-of-type(1) h3 {
  padding-top:0; 
}

@media (min-width: 768px) {
  header ~ .img-thirds {
    margin: 0;
  }

  header ~ .img-thirds > div {
    padding: 0;
    text-align: center;
  }

  header ~ .img-thirds > div img {
    width: 100%;
  }
  header ~ .img-thirds .shop-btn { bottom: -20px; display: block;}
}

header .header-bottom .navbar {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.vip-card-president {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
  transition: all .5s;
}
.Control_32755 { display: block; }
.Control_32756 { display: none; }
@media (max-width: 500px) {
  .Control_32755 {display: none; }
  .Control_32756 { display: block; }
}

.Control_32758, .Control_32760, .Control_32762 {margin-bottom: 0px;}

.row .mission-bg {
  background-color: #10406b; 
  padding: 0px;
}
.row .mission-bg .col-md-12 .pad-20 {
  padding: 20px 0px 20px 0px !important; 
}
.mission-p {
  font-size: 20px; 
  color: #ffffff; 
  text-align: center; 
  line-height: 1.6; 
}
.mission-bg .mission { 
  position: relative; 
  color: #94d9ff; 
  text-align: center;
}
.mission {
  margin-bottom: 30px; 
}
.mission-bg .mission::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #75A724;
}
.timeline-link {
  color: #c9ebfe; 
}
.timeline-link:hover {
  color: #c9ebfe; 
}
.site-h3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  font-family: 'Courgette', cursive;
  font-size: 38px;
  text-align: center;
  color: #10406b;
  margin: 30px;
}

.vip-desc {
  max-width: 500px;
  margin: 0 auto;
}
.vip-card {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
  transition: all .5s;
}
.vip-card:hover, .vip-card-president:hover {
  box-shadow: 0px 19px 38px 0px rgba(0,0,0,0.26); 
}
.vip-image {
  width: 150px;
  height: 150px;
  margin: auto;
  background: blue;
  margin-bottom: 20px;
}
.vip-image img {
  width: 100%;
}
.vip-name {
  font-family: 'Courgette', cursive;
  font-size: 23px;  
}
.about-me {
  display: block;
  margin: 20px 0;
}
.nav.nav-util li a { font-size: 14px; }

@media (max-width: 767px) {

  .nav.nav-util li a { font-size: 12px; }

  .mission-bg { padding: 20px; }
  .row .mission-bg .col-md-12 .pad-20 {
    padding: 20px !important; 
  }
  .mission-p {
    font-size: 12px; 
  }

  .Control_32758, .Control_32760, .Control_32762 {margin-bottom: 25px;}
  .vip-card-president {
    width: 100%;  
  }
  .header-top .row > div {
    text-align: center;
    padding: 5px 0;
  }

  /*header ~ .img-thirds {
  padding-left: 15px;
  padding-right: 15px;
}*/
  header ~ .img-thirds img { width: 100%; }

  header ~ .img-thirds > div > div {
    text-align: center !important;
  }

  .navbar-brand {
    padding: 15px;
    height: auto;
    line-height: 0px;
  }

  .navbar-brand img {
    max-width: 100%;
    max-height: 50px;
  }

  .navbar-toggle {
    background: none !important;
    margin: 20px 0px;
    padding: 0 15px;
  }

  .navbar-toggle span {
    background: black;
  }

  header .header-bottom {
    padding-top: 0;
  }

}

.product-list h3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  font-family: 'Courgette', cursive;
  /*font-weight: 900;
  font-size: 28px;*/
  font-size: 38px;
  text-align: center;
  /*color: #131619;*/
  color: #10406b;
  margin: 30px;
  /*padding: 45px 15px 30px;*/
}

.small-product a {
  display: block;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.small-product .inner {
  position:  relative;
}

.small-product .add-to-cart {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  background-image: url('/Shared/Themes/MARCH2018 [clone 636722797491814421]/images/add-to-cart-2.svg');
  background-position: center;
  top: -15px;
  right:-15px;
  z-index: 20;
}

.small-product .card {
  background: white;
}
.small-product .card:hover {
  outline: 1px solid #75A724;
  outline-offset: -5px;
}

.small-product .card .img-wrapper {
  text-align: center;
  padding: 15px;
  padding-bottom: 0px;
}

.small-product .card .meta-wrapper {
  padding: 15px;
  font-size: 14px;
  color:  #afafaf;
}

.small-product .card .meta-wrapper strong {
  font-weight: 900;
  color:  #131619;
  display: inline-block;
  padding-right: 5px;
}

.small-product .card .footer-wrapper {
  border-top: 1px solid #ECECEC;
  background: #FCFCFC;
  padding: 15px;
}

.small-product .card .footer-wrapper .lblPriceLabel {
  display: none;
}

.small-product .card .footer-wrapper .price {
  font-weight: 900;
  color: #007FC8;
}

@media (max-width: 990px) {
  [class*=col-md].small-product, [class*=col-lg].small-product {
    margin-bottom: 30px !important;
  }
}

.mailing-list, .mailing-list1{
  text-align: center;
  padding: 45px 15px;
}

.mailing-list h3, .mailing-list1 h3 {
  font-weight: 900;
  font-size: 28px;
  color: #131619;
}

.mailing-list p, .mailing-list1 p {
  font-size: 16px;
  color: #afafaf;
}

.mailing-list .input-wrapper, .mailing-list1 .input-wrapper {
  position: relative;
  margin: 30px auto 0;
  max-width: 450px;
  height: 45px;
}

.mailing-list .input-wrapper input[type="text"],
.mailing-list1 .input-wrapper input[type="text"]{
  border: 1px solid #007fc8;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  min-height: 0;
  outline: 0;
  padding-left: 15px;
  padding-right: 140px;
}

.mailing-list .input-wrapper input[type="submit"],
.mailing-list1 .input-wrapper input[type="submit"],
.mailing-list1 .input-wrapper input#acctl33500_btnSubmit1{
  position:absolute;
  border:0;
  height:100%;
  width:125px;
  top:0;
  bottom:0;
  right:0;
  display: block;
  min-height:0;
  color: white;
  background: #00DEC7;
  border-radius: 0;
  font-weight: 900;
  font-size: 16px;
}

main {
  margin: 0px 0px 20px 0px;
}

.LayoutLeftColumn .collapse {
  padding: 0;
}

.LayoutLeftColumn .well {
  min-height: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.LayoutLeftColumn .well .Control {
  background: white;
  padding: 15px;
  margin-bottom: 30px;
}

.LayoutLeftColumn .well .Control .nav li strong {
  font-weight: 900;
  font-size: 14px;
  color: #75A724;
}

.LayoutLeftColumn .well .Control .nav li {
  border-top: 1px solid #F0F0F0;
}

.LayoutLeftColumn .well .Control .nav li:first-child {
  border: none;
}

.LayoutLeftColumn .well .Control .nav li strong, .LayoutLeftColumn .well .Control .nav li a {
  padding: 7px 0px;
  display: block;
}

.LayoutLeftColumn .well .Control .nav li a {
  color: #131619;
  position: relative;
  background: none !important;
}

.LayoutLeftColumn {
  display: block !important; 
}
body.Category .page-header .title { font-size: 43px; padding-top: 20px; padding-bottom: 5px; }

@media (max-width: 767px) {
  .LayoutLeftColumn {
    display: none !important; 
  }
  body.Category .page-header .title { font-size: 33px; }
}

/*.LayoutLeftColumn .well .Control .nav li a:after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: 100%;
width: 15px;
margin: auto;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="7.9"><style>.st0{fill:none;stroke:#DE5800;stroke-miterlimit:10;}</style><path class="st0" d="M0 3.9h8.3M4.7.3l3.6 3.9-3.6 3.3"/></svg>');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
}*/

.html-card {
  background: white;
}

.html-card a {
  display: block;
  text-decoration: none !important;
}

.html-card > .row > div:not(:first-child) {
  border-left: 1px solid #ECECEC;
}

.html-card > .row > div {
  padding: 45px 45px;
}

.html-card > .row > div .h1 {
  font-size: 42px;
  font-weight: 900;
  color: #50e1cd;
}

.html-card > .row > div .h1 img {
  max-width: 40px;
  margin-left: 10px;
}

.html-card > .row > div .img-wrapper {
  padding: 30px 15px;
  text-align: center;
  margin-top: 15px;
}

.small-product .card .footer-wrapper .reviews {
  float: right;
}

.col-fifth {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
  float:left;
  position: relative;
  min-height: 1px;
}


@media (min-width: 768px) and (max-width: 991px) { 
  .col-fifth:nth-child(1), .col-fifth:nth-child(2) { 
    width: 50%; 
    padding-bottom: 30px;
  }

  .col-fifth:nth-child(3) {
    border-left: 0 !important;  
  }

  .col-fifth:nth-child(3), .col-fifth:nth-child(4), .col-fifth:nth-child(5)  { 
    width: 33.3333333%; 
    padding-top: 30px;
  }
}

@media (max-width: 767px) { 
  .col-fifth {
    width: 100%;
    padding-bottom: 0px;
    border-left: 0 !important;
  }

  .col-fifth:not(:first-child) {
    padding-top: 30px;
    border-top: 0 !important;
  }
}

footer {
  background: #007fc8;
}

footer .nav-footer-wrapper {
  padding: 45px 30px;
}

footer .nav-footer-wrapper .col-fifth:not(:first-child) {
  /*border-left: 2px solid #F0F0F0;*/
}

footer .nav-footer-wrapper .col-fifth h5 {
  font-weight: 900;
  font-size:  16px;
  color: #ffffff;
  /*color:  #131619;*/
  margin: 0;
  margin-bottom: 20px;
}

footer .nav-footer-wrapper .col-fifth ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .nav-footer-wrapper .col-fifth ul li a {
  /*color: #afafaf;*/
  color: #ffffff;
  font-size: 16px;
}

footer .nav-footer-wrapper .col-fifth ul li a .icon-wrapper {
  display: inline-block;
  width: 25px;
}

footer .nav-footer-wrapper .col-fifth ul li {
}

footer .nav-footer-wrapper .nav-footer {
  padding-left: 15px;
}

footer > p:last-child {
  margin: 0;
  padding: 10px;
}

.small-product.grid-view, .small-product.list-view {
  margin-bottom: 30px !important;
}

.small-product.grid-view .list-view-only {
  display: none;
}

.small-product.list-view .card:after {
  display: block;
  clear: both;
  content: '';
}

.small-product.list-view .grid-view-only {
  display: none;
}


.small-product.list-view .img-wrapper {
  float:left;
  width: 350px;
  text-align: center;
}

.small-product.list-view .card .footer-wrapper {
  border-left: 1px solid #ECECEC;
  float: left;
  width: calc(100% - 350px);
}

.small-product.list-view .card .meta-wrapper {
  float: left;
  width: calc(100% - 350px);
  min-height: 229px;
}

.small-product.list-view .h3 {
  color: #131619;
  font-weight: 900;
  margin-top: 15px;
}

.small-product.list-view a {
  color: #131619;
}

.top-nav:after, .bottom-nav-nav:after {
  content: '';
  clear: both;
  display: block;
}

.top-nav {
  padding-bottom: 30px;
}

.bottom-nav .theme-pagination, .top-nav .theme-pagination {
  text-align: center;
  font-weight: 900;
  font-size: 14px;
}
.top-nav .theme-pagination {
  display: none; 
}
@media (min-width: 575px) {
  .top-nav .theme-pagination {
    display: block; 
  } 
}

.bottom-nav .theme-pagination span, .top-nav .theme-pagination span {
  color: #131619;
}

.bottom-nav .theme-pagination a, .top-nav .theme-pagination a {
  color: #007fc8;
}

.bottom-nav .theme-pagination a:hover, .top-nav .theme-pagination a:hover, .bottom-nav .theme-pagination a:active, .top-nav .theme-pagination a:active, .bottom-nav .theme-pagination a:focus, .top-nav .theme-pagination a:focus {
  text-decoration: underline;
}


.bottom-nav .theme-pagination .paging, .top-nav .theme-pagination .paging {
  display: inline-block;
  padding: 0 15px;
  margin: 0 15px;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}

.top-nav .btn-group button {
  border: 0;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  margin-left: 15px !important;
}

.top-nav .btn-group button.active {
  cursor: default !important;
}

.top-nav .btn-group button.active .st0 {
  fill: #75A724;
}

.top-nav .btn-group button .st0 {
  fill: #AFAFAF;
}

body.Category .page-header {
  padding: 45px 15px;
  text-align: center;
  margin: 0 0 30px;
  border: 0;
  position: relative;
  overflow: hidden;
  background: #50E1CD;
}

body.Category .page-header > .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*body.Category .page-header .title {
margin: 0;
font-size: 48px;
color: white;
font-weight: 900;
position:relative;
z-index:2;
}*/

@media (min-width: 991px) {
  body.Category .product-list .small-product:nth-of-type(3n + 1) {
    clear: both;
  }
}

@media (max-width: 990px) {
  body.Category .product-list .small-product:nth-of-type(2n + 1) {
    clear: both;
  }
}

.ProductDetails main {
  margin: 0;
}

.product-top {
  background: white;
  border-top: 1px solid #ECECEC;
  padding: 30px 0;
}

.product-middle {
  padding: 75px 15px;
  text-align: center;
}

.product-bottom {
  background: white;
  padding: 30px 0 45px;
  border-bottom: 1px solid #ECECEC;
}

.product-bottom .small-product .card {
  border: 1px solid #ECECEC;
}

.product-bottom h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 900;
  color: #131619;
}

.nav-tabs {
  border-bottom: 3px solid transparent;
  font-size: 28px;
  font-weight: 900;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 15px !important;
}

.nav-tabs > li > a {
  background: none !Important;
  color: #131619;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 20px 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #75A724;
  border:0;
  border-bottom: 3px solid #858788;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
}

.product-top .breadcrumb * {
  font-size: 14px;
  color: #666666;
}

.product-top .breadcrumb {
  margin: 0;
  padding: 0;
  background: 0;
}

.product-top h1.ProductDetailsProductName {
  margin-top: 20px !important;
  font-weight: 900;
  color: #131619;
  font-size: 28px;
  margin-bottom: 20px !important;
}

.product-top .bullets {
  color: #444444;
  font-size: 14px;
}

.product-top .pricing-area {
  margin-top: 30px;
  color: #444444;
  margin-bottom: 30px;
}

.product-top .pricing-area .ProductDetailsPriceLabel {
  display: none;
}

.product-top .pricing-area .ProductDetailsPrice {
  color: #007FC8;
  font-weight: 900;
  font-size: 28px;
}

.product-top .pricing-area div > div span + span:not(.ProductDetailsPrice) {
  padding-left: 5px;
}

.product-top .Variant > div, .product-top .Variant > select {
  float: left;
}

.product-top .Variant:after {
  clear: both;
  content: '';
  display: block;
}

.ProductDetailsQuantity .ProductDetailsQuantity {
  display: none;
}

.ProductDetailsQuantity .ProductDetailsQuantityTextBox {
  border: none;
  font-weight: 900;
  font-size: 14px;
  color: #131619;
  height: 40px;
  width: 50px;
  border-radius: 20px;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
}

.ProductDetailsQuantity .ProductDetailsAddToCartButton {
  color: white;
  border: 0;
  height: 40px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 14px;
  background-color: #75A724;
  /*background-image: url('/Shared/Themes/MARCH2018 [clone 636722797491814421]/images/add-to-cart-2.svg');
  background-repeat: no-repeat;
  background-position: 10px 0px;*/
  border-radius: 20px;
  padding: 0 30px 0 30px;
  outline: none;
}

.wishlist-link input {
  font-size: 14px;
  color: #75A724;
  font-weight: normal;
  border: 0;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .product-top > .container > .row > div + div {
    padding-top: 75px;
  }
}

.product-top .photo-area > a {
  padding: 0;
  border: 0;
  max-width: calc(100% - 95px);
  margin-left: 95px;
}

.bx-wrapper + .main-product-photo {
  margin-left: 100px;
}

.bx-wrapper {
  margin: auto !important;
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  display: inline-block;
  /*max-height: 170px;*/
}
.ProductDetails .bx-wrapper { max-height: 170px; }

@media (max-width: 767px) {
  /*.bx-wrapper {
  display: none;
}*/
  .ProductDetails .bx-wrapper { display: none; }

  .product-top .photo-area > a {
    padding: 0;
    border: 0;
    max-width: 100%;
    margin-left: 0px;
  }
}

.bx-wrapper .bx-viewport {
  padding: 0;
  margin: 0;
  left: 0;
}

.product-thumbnails {
  /*transform: translate3d(0,0,0) !important;*/
  margin: 0;
  padding: 0;
}

.bx-pager.bx-default-pager {
  display: none;
}

.bx-wrapper .bx-controls-direction a {
  /*left: 0;
  right: 0;
  margin: auto;
  margin-top: 0 !important;
  transform: rotate(90deg);*/
}

.bx-wrapper .bx-controls-direction .bx-prev {
  top: -50px;
}

.bx-wrapper .bx-controls-direction .bx-next {
  margin-top: 15px !important;
  top: auto;
}

.product-flag span {
  background: #75A724 !important;
  color: white !important;
  box-shadow: none !important;
  font-weight: 600;
}

figure.snip1208 {
  color: #000000;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.26);
  margin-bottom: 20px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #0368c2;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #10406b;
}
.category-ad {
  width: 100%; 
  padding-top: 20px;
}

.p20-tab-content {
  padding: 20px;
  max-width: 700px;
}
.btn-orange {
  background-color: #75A724;
  color: #ffffff;
}
.nav-blue > li {
  margin: 0 0 !important; 
}
.nav-blue li.active a {
  background-color: #10406b !important;
  color: #ffffff !important;
  border-bottom: 1px solid #10406b;
  padding: 10px 15px;
}
.nav-blue {
  font-size: 14px;
  font-weight: 400;
}

/* September 2018 homepage styles */

.hero { width: 100%; background-color: #00f7c8; position: relative; }
.hero img { width: 100%; position: relative; }
.left-item, .center-item, .right-item { width: 33%; padding: 20px 0 0 20px; position: absolute; }
.left-item { left: 0; top: 0; }
.center-item { top: 0; left: 50%; transform: translateX(-50%); text-align: center; }
.right-item { right: 0; top: 0; }
.ad-title, .ad-subtitle, .ad-subtitle-lg { margin: 0; color: #000E11; }
.ad-title { font-family: 'Karma', serif; font-weight: 400; font-size: 3em; line-height: 1; margin-bottom: 15px; margin-top: 10px; }
.ad-subtitle, .ad-subtitle-lg, .button-green, .button-orange { font-family: 'Source Sans Pro', sans-serif; }
.ad-subtitle { font-size: 1.5em; }
.ad-subtitle-lg { font-size: 2em; }
.ad-terms-slug { font-size: .83em; }
.sale { color: #75A724; font-weight: bold; }
.button-green { color: white; font-size: 18px; font-weight: bold; background-color: #75A724; text-decoration: none; padding: 15px 30px; border-radius: 50px; display: inline-block; margin-top: 20px; }
.button-green:hover { background-color: #5F8A19; color: #FFFFFF; }
.button-green:focus { color: #ffffff; }
.button-orange { color: white; font-size: 18px; font-weight: bold; background-color: #ee4818; text-decoration: none; padding: 15px 30px; border-radius: 50px; display: inline-block; margin-top: 20px; }
.button-orange:hover { background-color: #c33a12; color: #FFFFFF; }
.button-orange:focus { color: #ffffff; }
.section-title { overflow: hidden; }
.section-title h2 { position: relative; font-family: 'Karma', serif; font-weight: 400 !important; font-size: 2.5em; margin-bottom: 20px; margin-top: 50px; text-align: center; color: #000e11; }
.section-title h2:before, .section-title h2:after {position: absolute; content: ""; height: 1px; width: 100%; top: 44%; background-color: #e3e3e3;}
.section-title h2:before { left: -50%; margin-left: -149px; }
.section-title h2:after { right: -50%; margin-right: -149px; }
.section-title h2 .ControlHeader { font-weight: 400; }
.exciting-wrapper img { width: 100%; }
.exciting-wrapper { display: flex; flex-flow: row nowrap; }
.item1, .item2, .item3, .item4 { flex: 1; position: relative; padding: 8px; }
.exciting-title-wrapper { position: absolute; height: 80%; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.exciting-title { display: flex; flex-flow: column nowrap; height: 100%; width: 100%; justify-content: center; }
.exciting-white-bg { background-color: rgba(255,255,255,0.9); }
.exciting-outline { outline: 1px solid #5F5F5F; outline-offset: -10px; }
.exciting-red-bg { background-color: #ee2c2b; }
.white { color: white !important; }
.exciting-title h3 { font-family: 'Karma', serif; font-weight: 400; font-size: 1.5em; text-align: center; margin: 0; padding: 10px 15px; line-height: 1; color: #000E11;}
.exciting-title p { text-align: center; font-size: 18px; font-family: 'Source Sans Pro', sans-serif; padding: 10px 15px; margin: 0; opacity: 0.7; color: #000E11; }
.exciting-title span {text-decoration: underline; text-align: center; font-family: 'Karma', serif; font-size: 20px; color: #000E11; padding: 10px; margin: 0; transition: color .4s; }
.exciting-wrapper a:hover > .exciting-outline, .exciting-wrapper a:focus > .exciting-outline { outline: 2px solid #75A724; }
.exciting-wrapper a:hover > .exciting-red-bg, .exciting-wrapper a:focus > .exciting-red-bg { outline: 1px solid #ffffff; outline-offset: -10px; }

.exciting-wrapper .exciting-img { width: 85%; margin: 0 auto; padding: 10px 0; }

@media (max-width: 1200px) {
  .ad-subtitle {
    font-size: 1.25em;
  }
  .ad-subtitle-lg {
    font-size: 1.75em;
  }
  .ad-title {
    font-size: 2.5em;
  }
  .button-green, .button-orange {
    font-size: 16px;
    padding: 10px 20px;
  }
  .exciting-title h3 { font-size: 1.35em; }
  .exciting-title p { font-size: 1em; }
}
@media (max-width: 1023px) {
  .exciting-wrapper {
    flex-wrap: wrap;
  }
  .item1, .item2, .item3, .item4 {
    flex: 1 1 50%;
  }
  .exciting-title h3 { font-size: 2em; }
  .exciting-title p { font-size: 18px; }
}
@media (max-width: 1000px) {
  .ad-subtitle {
    font-size: 1.0em;
  }
  .ad-subtitle-lg {
    font-size: 1.5em;
  }
  .ad-title {
    font-size: 2em;
  }
  .ad-terms-slug { font-size: .67em; }
  .button-green, .button-orange {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 900px) {
  .ad-subtitle {
    font-size: 0.8em;
  }
  .ad-subtitle-lg {
    font-size: 1em;
  }
  .ad-title {
    font-size: 1.5em;
  }
  .button-green, .button-orange {
    font-size: 14px;
    padding: 7px 14px;
  }
  .exciting-title h3 { font-size: 1.5em; }
}
@media (max-width: 768px) {
  .left-item, .center-item, .right-item {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    text-align: center;
  }
  .ad-subtitle {
    font-size: 1.5em;
  }
  .ad-subtitle-lg {
    font-size: 2em;
  }
  .ad-title {
    font-size: 3em;
  }
  .button-green, .button-orange {
    font-size: 18px;
    padding: 15px 30px;
  }
}
@media (max-width: 599px) {
  .item1, .item2, .item3, .item4 {
    flex: 1 1 100%;
  }
  .exciting-title h3 { font-size: 1.75em; }
}
@media (max-width: 500px) {
  .ad-subtitle {
    font-size: 1.0em;
  }
  .ad-subtitle-lg {
    font-size: 1.5em;
  }
  .ad-title {
    font-size: 2em;
  }
  .button-green, .button-orange {
    font-size: 16px;
    padding: 10px 20px;
  }
  .exciting-title h3 { font-size: 1.5em; }
}

@media screen and (max-width: 768px) {
  .item, .item-lg { flex: 1 1 100%; }
  .item { text-align: left; }
  .item.item-lg { max-height: 260px; }
}
@media screen and (max-width: 600px) {
  .item h1 { font-size: 30px; }
  .item p { font-size: 16px; }
}
@media screen and (max-width: 414px) {
  .item.item-lg { max-height: 200px; }
}

@media all and (min-width: 600px) {
  .grid-popular {grid-template-columns: repeat(2, 50%) !important;}
}
@media all and (min-width: 1024px) {
  .grid-popular {grid-template-columns: repeat(4, 25%) !important;}
}